home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianPointers.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  195b  |  13 lines

  1. /*ScianPointers.h
  2.   Eric Pepke
  3.   External stuff for ScianPointers.c
  4. */
  5.  
  6. #ifdef PROTO
  7. ObjPtr NewPointer(void *ptr);
  8. void *GetPointer(ObjPtr);
  9. #else
  10. ObjPtr NewPointer();
  11. char *GetPointer();
  12. #endif
  13.